//==============================================================================
// Trident_anim.txt
//==============================================================================

//==============================================================================
define trident
{
   TechLogic none/TG Trident Lvl 11
   set hotspot
   {
	    version
		{
			Visualparticle TG Trident SFX
		}
	}
	set hotspot
    {
	    version
		{
			Visualparticle TG Trident SFX Glowing
		}
	}
}

//==============================================================================
define tridentadditive
{
   TechLogic none/TG Trident Lvl 11
   set hotspot
   {
	    version
		{
			Visualparticle TG Trident SFX Additive
		}
	}
	set hotspot
    {
	    version
		{
			Visualparticle TG Trident SFX Glowing Additive
		}
	}
}

//==============================================================================
define tridentshadow
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visualparticle TG Trident SFX Shadow
			}
		}
	}
}

//==============================================================================
anim idle
{
   SetSelector
   {
      techLogic none/TG Ankh Lvl 2
	  SetSelector
      {
	     set hotspot
	     {
            version
            {
			   Visual jimmy
			}
         }
      }
	  SetSelector
      {
	     set hotspot
		 {
            version
            {
			   Visual jimmy
			   connect ATTACHPOINT trident HOTSPOT
			   connect ATTACHPOINT tridentadditive HOTSPOT
			   connect ATTACHPOINT tridentshadow HOTSPOT
			   length 0.3
            }
		 }
	  }
   }
}